From d99f5ac3eaef9ee0cdfb0c9029ce3d6f7118a17b Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Wed, 15 Jul 2026 16:57:34 +0000 Subject: [PATCH] Improve mating behavior documentation --- doc/src/tables/events.m4 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/src/tables/events.m4 b/doc/src/tables/events.m4 index 45086ae..0d5079e 100644 --- a/doc/src/tables/events.m4 +++ b/doc/src/tables/events.m4 @@ -514,21 +514,22 @@ The following table lists these rules and implications: The |ROLES| rows related to the event, the rows with a |ROLES|.\ |ROLES.EID| value equal to the EVENTS.\ |EVENTS.EID| value, designates the individuals involved in the mating event. - The |ROLES|.\ |ROLES.Role| code of each individual that the |ROLES| - table relates to the mating event describes whether that - individual was male or female. + Only the codes ``sdb_actor`` and ``sdb_actee`` may be used as + |ROLES|.\ |ROLES.Role| code values. There should be exactly two |ROLES| row related to the mating event. - Only the codes ``sdb_actor`` and ``sdb_actee`` may be used as - |ROLES|.\ |ROLES.Role| code values. The system will generate a warning when there are not exactly two |ROLES| rows related to a mating event. - The |ROLES|.\ |ROLES.Participant| should be male, must have a + + The |ROLES|.\ |ROLES.Role| code of each individual that the |ROLES| + table relates to the mating event typically describes whether that + individual was male or female. + The |ROLES|.\ |ROLES.Participant| should be male, should have a |BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.Sex| value of ``sdb_male``, when the |ROLES|.\ |ROLES.Role| value is ``sdb_actor``. The system will generate a warning when the male is not the actor. - The |ROLES|.\ |ROLES.Participant| should be female, must have a + The |ROLES|.\ |ROLES.Participant| should be female, should have a |BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.Sex| value of ``sdb_male``, when the |ROLES|.\ |ROLES.Role| value is ``sdb_actee``. The system will generate a warning when the female is not the -- 2.34.1